home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / AAISProlog / Examples / Apple Events / Guide / Guide
Encoding:
Text File  |  1992-04-16  |  1.7 KB  |  46 lines  |  [TEXT/AIFC]

  1. /*
  2.  
  3. Guide file for :Examples:Apple Events:
  4.  
  5. Copyright, © 1992 Advanced A. I. Systems, Inc.
  6. All rights reserved.
  7. This file may not be copied or distributed without the 
  8. written permission of Advanced A. I. Systems, Inc.
  9.  
  10. All apple event commands and examples require System 7.
  11.  
  12. For an introduction, consult "Talk with Prolog.p" in this directory.
  13. It gives a simple demo of talking with Prolog and has a front end.
  14. The other prolog files in this folder are collections of functions.
  15.  
  16. File                Contains
  17.  
  18. Apple Event Notes    Important facts about using Apple Events.
  19.                     Changes and additions to the manual.
  20.  
  21. apple events1.p        Useful functions for processing apple events.  
  22.                     These are currently not part of the basic system, 
  23.                     but variants of these may become standard in a 
  24.                     future version of AAIS Prolog. 
  25.                     They may be different in a future version.
  26.                     
  27. Talk with Prolog.p    This illustrates sending and receiving assertions
  28.                     and queries with Prolog.  You need two registration
  29.                     numbers to use this to talk between two machines, but
  30.                     you can run this example with only one copy of AAIS
  31.                     Prolog by sending apple events back
  32.                     to this same Prolog program.  This also illustrates
  33.                     a simple interface with multiple edit boxes, one for
  34.                     inputing the goal, one for tracing the sending of
  35.                     commands and one for tracing the receiving of commands.
  36.         
  37. Talk with Resolve.p    A set of simple functions for talking with Claris
  38.                     Resolve.  Requires Claris Resolve.  Illustrates
  39.                     launching another application, having it open
  40.                     a file, setting and getting values, saving the file
  41.                     and quitting the other application.  Resolve can run
  42.                     entirely in background.
  43.             
  44. */
  45. :- file 'Guide, line 1.
  46.